fun main(args: Array<String>){ val str1: String = "It works fine" val str2: String = str1 as String // Works println(str1) }